/* 首页大图 */
#intro {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height:100vh;
	background-size: cover;
	overflow-x: hidden;
	z-index: 2;
}
#intro {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height:100vh;
	background-size: cover;
	overflow-x: hidden;
	z-index: 2;
}

.intro-text {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	z-index: 999;
}

.intro-text h1 {
	color:#fff;
	text-align:center;
	font-weight: 700;
	font-size: 50px;
	line-height: 1.1em;
	padding-top: 30px;
	text-transform: uppercase;
}

.line-spacer {
	width: 20%;
	margin:0 auto;
	margin-top: 20px;
	margin-bottom: 25px;
	border-bottom: 1px solid #fff;
}

.intro-text p span {
	color:#fff;
	font-size: 24px;
	text-align:center;
	font-weight: 300;
}

/*  业务简介  */
.sty {
	border-radius: 5px;
}


/*  日方关系  */
.about-img img {
	max-width: 100%;
}

.more {
	padding: 12px 40px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	border-radius: 5px;
	background: #337ab7;
	cursor: pointer;
}

.more:hover {
	color: #fff;
	text-decoration: none;
}

.logo-link {
	padding: 15px 0 20px;
	text-align: center;
}

.logo-link img {
	display: inline-block;
}


/*  新闻中心  */
.news-inner {
	margin: 0 auto;
	padding: 0 15px;
}

.news-list li {
	display: inline-block;
	padding: 15px 0;
	width: 33%;
	vertical-align: top;
	font-size: 14px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	zoom: 1;
	border-bottom: 1px solid #e5e5e5;
}

.news-list li a {
	display: block;
	padding: 10px 0;
	color: #000;
	font-size: 16px;
}

.news-list li a:hover {
	text-decoration: none;
}

.news-list li span {
	color: #45515e;
}


/*  文字滑入  */
#parallax1 {
	background-image: url(/public/images/web/bg1.jpg);
}

.color-light {
	text-align: center;
}

.lead {
	font-weight: 400;
}

#parallax2 {
	background-image: url(/public/images/web/bg2.jpg);
}

.clients {
	padding: 26px 0 10px;
	list-style: none;
	text-align: center;
}

.clients li {
	display: inline;
	margin: 0 14px;
	color: #fff;
	font-size: 42px;
}

.color-light h1, .color-light h2, .color-light h3, .color-light h4, .color-light h5, .color-light h6 {
	color: #fff;
}

.color-light p {
	color: #eee;
}

/*   右侧固定按钮   */
.contact {
	position: fixed;
	right: 20px;
	bottom: 230px;
	display: none;
	padding:12px 0 15px;
	width: 60px;
	height: 54px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: #f53b36; 
	transition: background 0.5s;
	overflow: hidden;
	z-index: 1000;
}

.contact span {
	display: block;
	margin-top: 12px;
}

.contact:focus, .contact:hover {
	color: #fff;
	background: #f5534f;
	text-decoration: none;
}

.top {
	position: fixed;
	display: none;
	padding: 17px 22px 19px 22px;
	font-size: 16px;
	border-radius: 2px;
	right: 20px;
	bottom: 166px;
	transition: background 0.5s;
	z-index:1000;
}

.top {
	color: #fff;
	background: #000;
}

.top:focus, .top:hover {
	color: #fff;
	background: #3b3b3b;
}